Html Css Color HEX #378834 Japanese Laurel

📋 copy color: '#378834'

red 55 ◦ green 136 ◦ blue 52

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

Shades of Japanese Laurel #378834

Tints of Japanese Laurel #378834

RGB

 RED value IS 55 (21.88% from 255) = 22.63%

 GREEN value IS 136 (53.52% from 255) = 55.97%

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

R = 22.63%
G = 55.97%
B = 21.4%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#378834 (or 0x378834) is known color: Japanese Laurel. HEX triplet: 37, 88 and 34. RGB value is (55,136,52). Sum of RGB (Red+Green+Blue) = 55+136+52=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #378834 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378834 is #C877CB. Grayscale: #666666. Windows color (decimal): -13137868 or 3442743. OLE color: 3442743.

HSL color Cylindrical-coordinate representation of color #378834: hue angle of 117.86º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378834 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 136 52 -
CMYK 0.60 0 0.62 0.47
HSL 117.86º 0.45% 0.37% -
HSV(B) 117.86º 0.62% 0.53% -
XYZ 11 18.67 6.27 -
YUV 102.21 99.66 94.33 -
System Red Green Blue C M Y K H S L
Decimal 55 136 52 0.60 0 0.62 0.47 117.86 0.45 0.37
Hex 37 88 34 3C 0 3E 2F 76 2D 25
Octal 67 210 64 74 0 76 57 166 55 45
Binary 110111 10001000 110100 111100 0 111110 101111 1110110 101101 100101

Color Harmonies of #378834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378834

Black with #378834

Text Example


Text Example

White with #378834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378834; }

 p { color: rgb(55,136,52); }

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

background-color css

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

 a { background-color: rgb(55,136,52); }

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

border-color css

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

 span { border-color: rgb(55,136,52); }

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