Html Css Color HEX #368632 Japanese Laurel

📋 copy color: '#368632'

red 54 ◦ green 134 ◦ blue 50

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

Shades of Japanese Laurel #368632

Tints of Japanese Laurel #368632

RGB

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

 GREEN value IS 134 (52.73% from 255) = 56.3%

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

R = 22.69%
G = 56.3%
B = 21.01%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#368632 (or 0x368632) is known color: Japanese Laurel. HEX triplet: 36, 86 and 32. RGB value is (54,134,50). Sum of RGB (Red+Green+Blue) = 54+134+50=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 134 (52.73% from 255 or 56.30% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 134 - color contains mainly: green. Hex color #368632 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368632 is #C979CD. Grayscale: #646464. Windows color (decimal): -13203918 or 3311158. OLE color: 3311158.

HSL color Cylindrical-coordinate representation of color #368632: hue angle of 117.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #368632 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 134 50 -
CMYK 0.60 0 0.63 0.47
HSL 117.14º 0.46% 0.36% -
HSV(B) 117.14º 0.63% 0.53% -
XYZ 10.62 18.06 5.94 -
YUV 100.5 99.5 94.83 -
System Red Green Blue C M Y K H S L
Decimal 54 134 50 0.60 0 0.63 0.47 117.14 0.46 0.36
Hex 36 86 32 3C 0 3F 2F 75 2E 24
Octal 66 206 62 74 0 77 57 165 56 44
Binary 110110 10000110 110010 111100 0 111111 101111 1110101 101110 100100

Color Harmonies of #368632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368632

Black with #368632

Text Example


Text Example

White with #368632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368632; }

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

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

background-color css

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

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

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

border-color css

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

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

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