Html Css Color HEX #387935 Japanese Laurel

📋 copy color: '#387935'

red 56 ◦ green 121 ◦ blue 53

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

Shades of Japanese Laurel #387935

Tints of Japanese Laurel #387935

RGB

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

 GREEN value IS 121 (47.66% from 255) = 52.61%

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

R = 24.35%
G = 52.61%
B = 23.04%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.53

RGB Variations

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

Color information

#387935 (or 0x387935) is known color: Japanese Laurel. HEX triplet: 38, 79 and 35. RGB value is (56,121,53). Sum of RGB (Red+Green+Blue) = 56+121+53=230 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.35% from 230); Green value is 121 (47.66% from 255 or 52.61% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 121 - color contains mainly: green. Hex color #387935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387935 is #C786CA. Grayscale: #5E5E5E. Windows color (decimal): -13076171 or 3504440. OLE color: 3504440.

HSL color Cylindrical-coordinate representation of color #387935: hue angle of 117.35º 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 #387935 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 121 53 -
CMYK 0.54 0 0.56 0.53
HSL 117.35º 0.39% 0.34% -
HSV(B) 117.35º 0.56% 0.47% -
XYZ 9.11 14.77 5.74 -
YUV 93.81 104.97 101.03 -
System Red Green Blue C M Y K H S L
Decimal 56 121 53 0.54 0 0.56 0.53 117.35 0.39 0.34
Hex 38 79 35 36 0 38 35 75 27 22
Octal 70 171 65 66 0 70 65 165 47 42
Binary 111000 1111001 110101 110110 0 111000 110101 1110101 100111 100010

Color Harmonies of #387935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387935

Black with #387935

Text Example


Text Example

White with #387935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387935; }

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

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

background-color css

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

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

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

border-color css

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

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

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