Html Css Color HEX #388432 Japanese Laurel

📋 copy color: '#388432'

red 56 ◦ green 132 ◦ blue 50

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

Shades of Japanese Laurel #388432

Tints of Japanese Laurel #388432

RGB

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

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

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

R = 23.53%
G = 55.46%
B = 21.01%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#388432 (or 0x388432) is known color: Japanese Laurel. HEX triplet: 38, 84 and 32. RGB value is (56,132,50). Sum of RGB (Red+Green+Blue) = 56+132+50=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 132 (51.95% from 255 or 55.46% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 132 - color contains mainly: green. Hex color #388432 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388432 is #C77BCD. Grayscale: #646464. Windows color (decimal): -13073358 or 3310648. OLE color: 3310648.

HSL color Cylindrical-coordinate representation of color #388432: hue angle of 115.61º 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 #388432 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 50 -
CMYK 0.58 0 0.62 0.48
HSL 115.61º 0.45% 0.36% -
HSV(B) 115.61º 0.62% 0.52% -
XYZ 10.46 17.57 5.86 -
YUV 99.93 99.82 96.67 -
System Red Green Blue C M Y K H S L
Decimal 56 132 50 0.58 0 0.62 0.48 115.61 0.45 0.36
Hex 38 84 32 3A 0 3E 30 74 2D 24
Octal 70 204 62 72 0 76 60 164 55 44
Binary 111000 10000100 110010 111010 0 111110 110000 1110100 101101 100100

Color Harmonies of #388432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388432

Black with #388432

Text Example


Text Example

White with #388432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388432; }

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

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

background-color css

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

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

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

border-color css

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

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

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