Html Css Color HEX #387535 Japanese Laurel

📋 copy color: '#387535'

red 56 ◦ green 117 ◦ blue 53

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

Shades of Japanese Laurel #387535

Tints of Japanese Laurel #387535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 51.77%

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

R = 24.78%
G = 51.77%
B = 23.45%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.55

 K value IS 0.54

RGB Variations

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

Color information

#387535 (or 0x387535) is known color: Japanese Laurel. HEX triplet: 38, 75 and 35. RGB value is (56,117,53). Sum of RGB (Red+Green+Blue) = 56+117+53=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 117 (46.09% from 255 or 51.77% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 117 - color contains mainly: green. Hex color #387535 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387535 is #C78ACA. Grayscale: #5B5B5B. Windows color (decimal): -13077195 or 3503416. OLE color: 3503416.

HSL color Cylindrical-coordinate representation of color #387535: hue angle of 117.19º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387535 is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 117 53 -
CMYK 0.52 0 0.55 0.54
HSL 117.19º 0.38% 0.33% -
HSV(B) 117.19º 0.55% 0.46% -
XYZ 8.63 13.82 5.58 -
YUV 91.47 106.29 102.7 -
System Red Green Blue C M Y K H S L
Decimal 56 117 53 0.52 0 0.55 0.54 117.19 0.38 0.33
Hex 38 75 35 34 0 37 36 75 26 21
Octal 70 165 65 64 0 67 66 165 46 41
Binary 111000 1110101 110101 110100 0 110111 110110 1110101 100110 100001

Color Harmonies of #387535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387535

Black with #387535

Text Example


Text Example

White with #387535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387535; }

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

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

background-color css

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

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

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

border-color css

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

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

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