Html Css Color HEX #368232 Japanese Laurel

📋 copy color: '#368232'

red 54 ◦ green 130 ◦ blue 50

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

Shades of Japanese Laurel #368232

Tints of Japanese Laurel #368232

RGB

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

 GREEN value IS 130 (51.17% from 255) = 55.56%

 BLUE value IS 50 (19.92% from 255) = 21.37%

R = 23.08%
G = 55.56%
B = 21.37%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#368232 (or 0x368232) is known color: Japanese Laurel. HEX triplet: 36, 82 and 32. RGB value is (54,130,50). Sum of RGB (Red+Green+Blue) = 54+130+50=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #368232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368232 is #C97DCD. Grayscale: #626262. Windows color (decimal): -13204942 or 3310134. OLE color: 3310134.

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

Color convert

RGB 54 130 50 -
CMYK 0.58 0 0.62 0.49
HSL 117º 0.44% 0.35% -
HSV(B) 117º 0.62% 0.51% -
XYZ 10.08 16.98 5.76 -
YUV 98.16 100.82 96.5 -
System Red Green Blue C M Y K H S L
Decimal 54 130 50 0.58 0 0.62 0.49 117 0.44 0.35
Hex 36 82 32 3A 0 3E 31 75 2C 23
Octal 66 202 62 72 0 76 61 165 54 43
Binary 110110 10000010 110010 111010 0 111110 110001 1110101 101100 100011

Color Harmonies of #368232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368232

Black with #368232

Text Example


Text Example

White with #368232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368232; }

 p { color: rgb(54,130,50); }

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

background-color css

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

 a { background-color: rgb(54,130,50); }

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

border-color css

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

 span { border-color: rgb(54,130,50); }

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