Html Css Color HEX #364F1E Seaweed

📋 copy color: '#364F1E'

red 54 ◦ green 79 ◦ blue 30

#364F1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seaweed #364F1E

Tints of Seaweed #364F1E

RGB

 RED value IS 54 (21.48% from 255) = 33.13%

 GREEN value IS 79 (31.25% from 255) = 48.47%

 BLUE value IS 30 (12.11% from 255) = 18.4%

R = 33.13%
G = 48.47%
B = 18.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.69

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#364F1E (or 0x364F1E) is known color: Seaweed. HEX triplet: 36, 4F and 1E. RGB value is (54,79,30). Sum of RGB (Red+Green+Blue) = 54+79+30=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 79 (31.25% from 255 or 48.47% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 79 - color contains mainly: green. Hex color #364F1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #364F1E is #C9B0E1. Grayscale: #424242. Windows color (decimal): -13218018 or 1986358. OLE color: 1986358.

HSL color Cylindrical-coordinate representation of color #364F1E: hue angle of 90.61º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #364F1E is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 79 30 -
CMYK 0.32 0 0.62 0.69
HSL 90.61º 0.45% 0.21% -
HSV(B) 90.61º 0.62% 0.31% -
XYZ 4.55 6.47 2.24 -
YUV 65.94 107.72 119.48 -
System Red Green Blue C M Y K H S L
Decimal 54 79 30 0.32 0 0.62 0.69 90.61 0.45 0.21
Hex 36 4F 1E 20 0 3E 45 5B 2D 15
Octal 66 117 36 40 0 76 105 133 55 25
Binary 110110 1001111 11110 100000 0 111110 1000101 1011011 101101 10101

Color Harmonies of #364F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364F1E

Black with #364F1E

Text Example


Text Example

White with #364F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364F1E; }

 p { color: rgb(54,79,30); }

 H1.HeaderClassName
 {
   color: #364F1E;
 }
 .AnyTagClassName
 {
   color: #364F1E;
 }
</style>

background-color css

<style>
 a { background-color: #364F1E; }

 a { background-color: rgb(54,79,30); }

 div.DivClassName
 {
   background-color: #364F1E;
 }
 .BgClassName
 {
   background-color: #364F1E;
 }
</style>

border-color css

<style>
 span { border-color: #364F1E; }

 span { border-color: rgb(54,79,30); }

 td.TdClassName
 {
   border-color: #364F1E;
 }
 .TagClassName
 {
   border-color: #364F1E;
 }
</style>