Html Css Color HEX #387834 Japanese Laurel

📋 copy color: '#387834'

red 56 ◦ green 120 ◦ blue 52

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

Shades of Japanese Laurel #387834

Tints of Japanese Laurel #387834

RGB

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

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

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

R = 24.56%
G = 52.63%
B = 22.81%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#387834 (or 0x387834) is known color: Japanese Laurel. HEX triplet: 38, 78 and 34. RGB value is (56,120,52). Sum of RGB (Red+Green+Blue) = 56+120+52=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 120 (47.27% from 255 or 52.63% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 120 - color contains mainly: green. Hex color #387834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387834 is #C787CB. Grayscale: #5D5D5D. Windows color (decimal): -13076428 or 3438648. OLE color: 3438648.

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

Color convert

RGB 56 120 52 -
CMYK 0.53 0 0.57 0.53
HSL 116.47º 0.4% 0.34% -
HSV(B) 116.47º 0.57% 0.47% -
XYZ 8.97 14.52 5.58 -
YUV 93.11 104.8 101.53 -
System Red Green Blue C M Y K H S L
Decimal 56 120 52 0.53 0 0.57 0.53 116.47 0.4 0.34
Hex 38 78 34 35 0 39 35 74 28 22
Octal 70 170 64 65 0 71 65 164 50 42
Binary 111000 1111000 110100 110101 0 111001 110101 1110100 101000 100010

Color Harmonies of #387834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387834

Black with #387834

Text Example


Text Example

White with #387834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387834; }

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

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

background-color css

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

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

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

border-color css

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

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

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