Html Css Color HEX #387334 Japanese Laurel

📋 copy color: '#387334'

red 56 ◦ green 115 ◦ blue 52

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

Shades of Japanese Laurel #387334

Tints of Japanese Laurel #387334

RGB

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

 GREEN value IS 115 (45.31% from 255) = 51.57%

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

R = 25.11%
G = 51.57%
B = 23.32%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#387334 (or 0x387334) is known color: Japanese Laurel. HEX triplet: 38, 73 and 34. RGB value is (56,115,52). Sum of RGB (Red+Green+Blue) = 56+115+52=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 52 (20.70% from 255 or 23.32% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #387334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387334 is #C78CCB. Grayscale: #5A5A5A. Windows color (decimal): -13077708 or 3437368. OLE color: 3437368.

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

Color convert

RGB 56 115 52 -
CMYK 0.51 0 0.55 0.55
HSL 116.19º 0.38% 0.33% -
HSV(B) 116.19º 0.55% 0.45% -
XYZ 8.38 13.35 5.38 -
YUV 90.18 106.45 103.62 -
System Red Green Blue C M Y K H S L
Decimal 56 115 52 0.51 0 0.55 0.55 116.19 0.38 0.33
Hex 38 73 34 33 0 37 37 74 26 21
Octal 70 163 64 63 0 67 67 164 46 41
Binary 111000 1110011 110100 110011 0 110111 110111 1110100 100110 100001

Color Harmonies of #387334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387334

Black with #387334

Text Example


Text Example

White with #387334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387334; }

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

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

background-color css

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

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

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

border-color css

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

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

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