Html Css Color HEX #378135 Japanese Laurel

📋 copy color: '#378135'

red 55 ◦ green 129 ◦ blue 53

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

Shades of Japanese Laurel #378135

Tints of Japanese Laurel #378135

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.43%

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

R = 23.21%
G = 54.43%
B = 22.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#378135 (or 0x378135) is known color: Japanese Laurel. HEX triplet: 37, 81 and 35. RGB value is (55,129,53). Sum of RGB (Red+Green+Blue) = 55+129+53=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 129 (50.78% from 255 or 54.43% from 237); Blue value is 53 (21.09% from 255 or 22.36% from 237); Max value from RGB is 129 - color contains mainly: green. Hex color #378135 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378135 is #C87ECA. Grayscale: #626262. Windows color (decimal): -13139659 or 3506487. OLE color: 3506487.

HSL color Cylindrical-coordinate representation of color #378135: hue angle of 118.42º 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 #378135 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 129 53 -
CMYK 0.57 0 0.59 0.49
HSL 118.42º 0.42% 0.36% -
HSV(B) 118.42º 0.59% 0.51% -
XYZ 10.07 16.77 6.07 -
YUV 98.21 102.48 97.18 -
System Red Green Blue C M Y K H S L
Decimal 55 129 53 0.57 0 0.59 0.49 118.42 0.42 0.36
Hex 37 81 35 39 0 3B 31 76 2A 24
Octal 67 201 65 71 0 73 61 166 52 44
Binary 110111 10000001 110101 111001 0 111011 110001 1110110 101010 100100

Color Harmonies of #378135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378135

Black with #378135

Text Example


Text Example

White with #378135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378135; }

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

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

background-color css

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

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

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

border-color css

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

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

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