Html Css Color HEX #387835 Japanese Laurel

📋 copy color: '#387835'

red 56 ◦ green 120 ◦ blue 53

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

Shades of Japanese Laurel #387835

Tints of Japanese Laurel #387835

RGB

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

 GREEN value IS 120 (47.27% from 255) = 52.4%

 BLUE value IS 53 (21.09% from 255) = 23.14%

R = 24.45%
G = 52.4%
B = 23.14%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#387835 (or 0x387835) is known color: Japanese Laurel. HEX triplet: 38, 78 and 35. RGB value is (56,120,53). Sum of RGB (Red+Green+Blue) = 56+120+53=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 120 (47.27% from 255 or 52.40% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 120 - color contains mainly: green. Hex color #387835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387835 is #C787CA. Grayscale: #5D5D5D. Windows color (decimal): -13076427 or 3504184. OLE color: 3504184.

HSL color Cylindrical-coordinate representation of color #387835: hue angle of 117.31º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387835 is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 120 53 -
CMYK 0.53 0 0.56 0.53
HSL 117.31º 0.39% 0.34% -
HSV(B) 117.31º 0.56% 0.47% -
XYZ 8.99 14.53 5.7 -
YUV 93.23 105.3 101.45 -
System Red Green Blue C M Y K H S L
Decimal 56 120 53 0.53 0 0.56 0.53 117.31 0.39 0.34
Hex 38 78 35 35 0 38 35 75 27 22
Octal 70 170 65 65 0 70 65 165 47 42
Binary 111000 1111000 110101 110101 0 111000 110101 1110101 100111 100010

Color Harmonies of #387835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387835

Black with #387835

Text Example


Text Example

White with #387835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387835; }

 p { color: rgb(56,120,53); }

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

background-color css

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

 a { background-color: rgb(56,120,53); }

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

border-color css

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

 span { border-color: rgb(56,120,53); }

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