Html Css Color HEX #378235 Japanese Laurel

📋 copy color: '#378235'

red 55 ◦ green 130 ◦ blue 53

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

Shades of Japanese Laurel #378235

Tints of Japanese Laurel #378235

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.62%

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

R = 23.11%
G = 54.62%
B = 22.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#378235 (or 0x378235) is known color: Japanese Laurel. HEX triplet: 37, 82 and 35. RGB value is (55,130,53). Sum of RGB (Red+Green+Blue) = 55+130+53=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #378235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378235 is #C87DCA. Grayscale: #636363. Windows color (decimal): -13139403 or 3506743. OLE color: 3506743.

HSL color Cylindrical-coordinate representation of color #378235: hue angle of 118.44º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378235 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 130 53 -
CMYK 0.58 0 0.59 0.49
HSL 118.44º 0.42% 0.36% -
HSV(B) 118.44º 0.59% 0.51% -
XYZ 10.2 17.03 6.12 -
YUV 98.8 102.15 96.76 -
System Red Green Blue C M Y K H S L
Decimal 55 130 53 0.58 0 0.59 0.49 118.44 0.42 0.36
Hex 37 82 35 3A 0 3B 31 76 2A 24
Octal 67 202 65 72 0 73 61 166 52 44
Binary 110111 10000010 110101 111010 0 111011 110001 1110110 101010 100100

Color Harmonies of #378235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378235

Black with #378235

Text Example


Text Example

White with #378235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378235; }

 p { color: rgb(55,130,53); }

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

background-color css

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

 a { background-color: rgb(55,130,53); }

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

border-color css

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

 span { border-color: rgb(55,130,53); }

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