Html Css Color HEX #388834 Japanese Laurel

📋 copy color: '#388834'

red 56 ◦ green 136 ◦ blue 52

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

Shades of Japanese Laurel #388834

Tints of Japanese Laurel #388834

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.74%

 BLUE value IS 52 (20.7% from 255) = 21.31%

R = 22.95%
G = 55.74%
B = 21.31%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#388834 (or 0x388834) is known color: Japanese Laurel. HEX triplet: 38, 88 and 34. RGB value is (56,136,52). Sum of RGB (Red+Green+Blue) = 56+136+52=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 136 (53.52% from 255 or 55.74% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 136 - color contains mainly: green. Hex color #388834 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388834 is #C777CB. Grayscale: #666666. Windows color (decimal): -13072332 or 3442744. OLE color: 3442744.

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

Color convert

RGB 56 136 52 -
CMYK 0.59 0 0.62 0.47
HSL 117.14º 0.45% 0.37% -
HSV(B) 117.14º 0.62% 0.53% -
XYZ 11.05 18.7 6.28 -
YUV 102.5 99.5 94.83 -
System Red Green Blue C M Y K H S L
Decimal 56 136 52 0.59 0 0.62 0.47 117.14 0.45 0.37
Hex 38 88 34 3B 0 3E 2F 75 2D 25
Octal 70 210 64 73 0 76 57 165 55 45
Binary 111000 10001000 110100 111011 0 111110 101111 1110101 101101 100101

Color Harmonies of #388834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388834

Black with #388834

Text Example


Text Example

White with #388834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388834; }

 p { color: rgb(56,136,52); }

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

background-color css

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

 a { background-color: rgb(56,136,52); }

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

border-color css

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

 span { border-color: rgb(56,136,52); }

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