Html Css Color HEX #368431 Japanese Laurel

📋 copy color: '#368431'

red 54 ◦ green 132 ◦ blue 49

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

Shades of Japanese Laurel #368431

Tints of Japanese Laurel #368431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.85%

R = 22.98%
G = 56.17%
B = 20.85%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#368431 (or 0x368431) is known color: Japanese Laurel. HEX triplet: 36, 84 and 31. RGB value is (54,132,49). Sum of RGB (Red+Green+Blue) = 54+132+49=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #368431 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368431 is #C97BCE. Grayscale: #636363. Windows color (decimal): -13204431 or 3245110. OLE color: 3245110.

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

Color convert

RGB 54 132 49 -
CMYK 0.59 0 0.63 0.48
HSL 116.39º 0.46% 0.35% -
HSV(B) 116.39º 0.63% 0.52% -
XYZ 10.33 17.51 5.74 -
YUV 99.22 99.66 95.75 -
System Red Green Blue C M Y K H S L
Decimal 54 132 49 0.59 0 0.63 0.48 116.39 0.46 0.35
Hex 36 84 31 3B 0 3F 30 74 2E 23
Octal 66 204 61 73 0 77 60 164 56 43
Binary 110110 10000100 110001 111011 0 111111 110000 1110100 101110 100011

Color Harmonies of #368431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368431

Black with #368431

Text Example


Text Example

White with #368431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368431; }

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

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

background-color css

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

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

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

border-color css

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

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

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