Html Css Color HEX #388132 Japanese Laurel

📋 copy color: '#388132'

red 56 ◦ green 129 ◦ blue 50

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

Shades of Japanese Laurel #388132

Tints of Japanese Laurel #388132

RGB

 RED value IS 56 (22.27% from 255) = 23.83%

 GREEN value IS 129 (50.78% from 255) = 54.89%

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

R = 23.83%
G = 54.89%
B = 21.28%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#388132 (or 0x388132) is known color: Japanese Laurel. HEX triplet: 38, 81 and 32. RGB value is (56,129,50). Sum of RGB (Red+Green+Blue) = 56+129+50=235 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.83% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 50 (19.92% from 255 or 21.28% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #388132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388132 is #C77ECD. Grayscale: #626262. Windows color (decimal): -13074126 or 3309880. OLE color: 3309880.

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

Color convert

RGB 56 129 50 -
CMYK 0.57 0 0.61 0.49
HSL 115.44º 0.44% 0.35% -
HSV(B) 115.44º 0.61% 0.51% -
XYZ 10.06 16.77 5.72 -
YUV 98.17 100.82 97.92 -
System Red Green Blue C M Y K H S L
Decimal 56 129 50 0.57 0 0.61 0.49 115.44 0.44 0.35
Hex 38 81 32 39 0 3D 31 73 2C 23
Octal 70 201 62 71 0 75 61 163 54 43
Binary 111000 10000001 110010 111001 0 111101 110001 1110011 101100 100011

Color Harmonies of #388132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388132

Black with #388132

Text Example


Text Example

White with #388132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388132; }

 p { color: rgb(56,129,50); }

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

background-color css

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

 a { background-color: rgb(56,129,50); }

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

border-color css

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

 span { border-color: rgb(56,129,50); }

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