Html Css Color HEX #368432 Japanese Laurel

📋 copy color: '#368432'

red 54 ◦ green 132 ◦ blue 50

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

Shades of Japanese Laurel #368432

Tints of Japanese Laurel #368432

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.93%

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

R = 22.88%
G = 55.93%
B = 21.19%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#368432 (or 0x368432) is known color: Japanese Laurel. HEX triplet: 36, 84 and 32. RGB value is (54,132,50). Sum of RGB (Red+Green+Blue) = 54+132+50=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #368432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368432 is #C97BCD. Grayscale: #636363. Windows color (decimal): -13204430 or 3310646. OLE color: 3310646.

HSL color Cylindrical-coordinate representation of color #368432: hue angle of 117.07º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #368432 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 132 50 -
CMYK 0.59 0 0.62 0.48
HSL 117.07º 0.45% 0.36% -
HSV(B) 117.07º 0.62% 0.52% -
XYZ 10.35 17.52 5.85 -
YUV 99.33 100.16 95.67 -
System Red Green Blue C M Y K H S L
Decimal 54 132 50 0.59 0 0.62 0.48 117.07 0.45 0.36
Hex 36 84 32 3B 0 3E 30 75 2D 24
Octal 66 204 62 73 0 76 60 165 55 44
Binary 110110 10000100 110010 111011 0 111110 110000 1110101 101101 100100

Color Harmonies of #368432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368432

Black with #368432

Text Example


Text Example

White with #368432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368432; }

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

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

background-color css

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

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

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

border-color css

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

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

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