Html Css Color HEX #378B34 Japanese Laurel

📋 copy color: '#378B34'

red 55 ◦ green 139 ◦ blue 52

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

Shades of Japanese Laurel #378B34

Tints of Japanese Laurel #378B34

RGB

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

 GREEN value IS 139 (54.69% from 255) = 56.5%

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

R = 22.36%
G = 56.5%
B = 21.14%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#378B34 (or 0x378B34) is known color: Japanese Laurel. HEX triplet: 37, 8B and 34. RGB value is (55,139,52). Sum of RGB (Red+Green+Blue) = 55+139+52=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 139 (54.69% from 255 or 56.50% from 246); Blue value is 52 (20.70% from 255 or 21.14% from 246); Max value from RGB is 139 - color contains mainly: green. Hex color #378B34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378B34 is #C874CB. Grayscale: #686868. Windows color (decimal): -13137100 or 3443511. OLE color: 3443511.

HSL color Cylindrical-coordinate representation of color #378B34: hue angle of 117.93º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #378B34 is Cyan = 0.60, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 139 52 -
CMYK 0.60 0 0.63 0.45
HSL 117.93º 0.46% 0.37% -
HSV(B) 117.93º 0.63% 0.55% -
XYZ 11.43 19.53 6.42 -
YUV 103.97 98.67 93.07 -
System Red Green Blue C M Y K H S L
Decimal 55 139 52 0.60 0 0.63 0.45 117.93 0.46 0.37
Hex 37 8B 34 3C 0 3F 2D 76 2E 25
Octal 67 213 64 74 0 77 55 166 56 45
Binary 110111 10001011 110100 111100 0 111111 101101 1110110 101110 100101

Color Harmonies of #378B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378B34

Black with #378B34

Text Example


Text Example

White with #378B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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