Html Css Color HEX #388542 Japanese Laurel

📋 copy color: '#388542'

red 56 ◦ green 133 ◦ blue 66

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

Shades of Japanese Laurel #388542

Tints of Japanese Laurel #388542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.16%

 BLUE value IS 66 (26.17% from 255) = 25.88%

R = 21.96%
G = 52.16%
B = 25.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#388542 (or 0x388542) is known color: Japanese Laurel. HEX triplet: 38, 85 and 42. RGB value is (56,133,66). Sum of RGB (Red+Green+Blue) = 56+133+66=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #388542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388542 is #C77ABD. Grayscale: #666666. Windows color (decimal): -13073086 or 4359480. OLE color: 4359480.

HSL color Cylindrical-coordinate representation of color #388542: hue angle of 127.79º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388542 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 133 66 -
CMYK 0.58 0 0.50 0.48
HSL 127.79º 0.41% 0.37% -
HSV(B) 127.79º 0.58% 0.52% -
XYZ 11 18.01 8.05 -
YUV 102.34 107.49 94.95 -
System Red Green Blue C M Y K H S L
Decimal 56 133 66 0.58 0 0.50 0.48 127.79 0.41 0.37
Hex 38 85 42 3A 0 32 30 80 29 25
Octal 70 205 102 72 0 62 60 200 51 45
Binary 111000 10000101 1000010 111010 0 110010 110000 10000000 101001 100101

Color Harmonies of #388542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388542

Black with #388542

Text Example


Text Example

White with #388542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388542; }

 p { color: rgb(56,133,66); }

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

background-color css

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

 a { background-color: rgb(56,133,66); }

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

border-color css

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

 span { border-color: rgb(56,133,66); }

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