Html Css Color HEX #367C34 Japanese Laurel

📋 copy color: '#367C34'

red 54 ◦ green 124 ◦ blue 52

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

Shades of Japanese Laurel #367C34

Tints of Japanese Laurel #367C34

RGB

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

 GREEN value IS 124 (48.83% from 255) = 53.91%

 BLUE value IS 52 (20.7% from 255) = 22.61%

R = 23.48%
G = 53.91%
B = 22.61%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#367C34 (or 0x367C34) is known color: Japanese Laurel. HEX triplet: 36, 7C and 34. RGB value is (54,124,52). Sum of RGB (Red+Green+Blue) = 54+124+52=230 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.48% from 230); Green value is 124 (48.83% from 255 or 53.91% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 124 - color contains mainly: green. Hex color #367C34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #367C34 is #C983CB. Grayscale: #5F5F5F. Windows color (decimal): -13206476 or 3439670. OLE color: 3439670.

HSL color Cylindrical-coordinate representation of color #367C34: hue angle of 118.33º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #367C34 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 124 52 -
CMYK 0.56 0 0.58 0.51
HSL 118.33º 0.41% 0.35% -
HSV(B) 118.33º 0.58% 0.49% -
XYZ 9.35 15.45 5.74 -
YUV 94.86 103.81 98.85 -
System Red Green Blue C M Y K H S L
Decimal 54 124 52 0.56 0 0.58 0.51 118.33 0.41 0.35
Hex 36 7C 34 38 0 3A 33 76 29 23
Octal 66 174 64 70 0 72 63 166 51 43
Binary 110110 1111100 110100 111000 0 111010 110011 1110110 101001 100011

Color Harmonies of #367C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C34

Black with #367C34

Text Example


Text Example

White with #367C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,124,52); }

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

background-color css

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

 a { background-color: rgb(54,124,52); }

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

border-color css

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

 span { border-color: rgb(54,124,52); }

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