Html Css Color HEX #367A38 Japanese Laurel

📋 copy color: '#367A38'

red 54 ◦ green 122 ◦ blue 56

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

Shades of Japanese Laurel #367A38

Tints of Japanese Laurel #367A38

RGB

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

 GREEN value IS 122 (48.05% from 255) = 52.59%

 BLUE value IS 56 (22.27% from 255) = 24.14%

R = 23.28%
G = 52.59%
B = 24.14%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.54

 K value IS 0.52

RGB Variations

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

Color information

#367A38 (or 0x367A38) is known color: Japanese Laurel. HEX triplet: 36, 7A and 38. RGB value is (54,122,56). Sum of RGB (Red+Green+Blue) = 54+122+56=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 122 (48.05% from 255 or 52.59% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 122 - color contains mainly: green. Hex color #367A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367A38 is #C985C7. Grayscale: #5E5E5E. Windows color (decimal): -13206984 or 3701302. OLE color: 3701302.

HSL color Cylindrical-coordinate representation of color #367A38: hue angle of 121.76º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #367A38 is Cyan = 0.56, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 122 56 -
CMYK 0.56 0 0.54 0.52
HSL 121.76º 0.39% 0.35% -
HSV(B) 121.76º 0.56% 0.48% -
XYZ 9.19 14.99 6.15 -
YUV 94.14 106.47 99.37 -
System Red Green Blue C M Y K H S L
Decimal 54 122 56 0.56 0 0.54 0.52 121.76 0.39 0.35
Hex 36 7A 38 38 0 36 34 7A 27 23
Octal 66 172 70 70 0 66 64 172 47 43
Binary 110110 1111010 111000 111000 0 110110 110100 1111010 100111 100011

Color Harmonies of #367A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367A38

Black with #367A38

Text Example


Text Example

White with #367A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367A38; }

 p { color: rgb(54,122,56); }

 H1.HeaderClassName
 {
   color: #367A38;
 }
 .AnyTagClassName
 {
   color: #367A38;
 }
</style>

background-color css

<style>
 a { background-color: #367A38; }

 a { background-color: rgb(54,122,56); }

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

border-color css

<style>
 span { border-color: #367A38; }

 span { border-color: rgb(54,122,56); }

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