Html Css Color HEX #378339 Japanese Laurel

📋 copy color: '#378339'

red 55 ◦ green 131 ◦ blue 57

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

Shades of Japanese Laurel #378339

Tints of Japanese Laurel #378339

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.91%

 BLUE value IS 57 (22.66% from 255) = 23.46%

R = 22.63%
G = 53.91%
B = 23.46%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#378339 (or 0x378339) is known color: Japanese Laurel. HEX triplet: 37, 83 and 39. RGB value is (55,131,57). Sum of RGB (Red+Green+Blue) = 55+131+57=243 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.63% from 243); Green value is 131 (51.56% from 255 or 53.91% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 131 - color contains mainly: green. Hex color #378339 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378339 is #C87CC6. Grayscale: #646464. Windows color (decimal): -13139143 or 3769143. OLE color: 3769143.

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

Color convert

RGB 55 131 57 -
CMYK 0.58 0 0.56 0.49
HSL 121.58º 0.41% 0.36% -
HSV(B) 121.58º 0.58% 0.51% -
XYZ 10.43 17.34 6.67 -
YUV 99.84 103.82 96.02 -
System Red Green Blue C M Y K H S L
Decimal 55 131 57 0.58 0 0.56 0.49 121.58 0.41 0.36
Hex 37 83 39 3A 0 38 31 7A 29 24
Octal 67 203 71 72 0 70 61 172 51 44
Binary 110111 10000011 111001 111010 0 111000 110001 1111010 101001 100100

Color Harmonies of #378339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378339

Black with #378339

Text Example


Text Example

White with #378339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378339; }

 p { color: rgb(55,131,57); }

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

background-color css

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

 a { background-color: rgb(55,131,57); }

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

border-color css

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

 span { border-color: rgb(55,131,57); }

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