Html Css Color HEX #378138 Japanese Laurel

📋 copy color: '#378138'

red 55 ◦ green 129 ◦ blue 56

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

Shades of Japanese Laurel #378138

Tints of Japanese Laurel #378138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.33%

R = 22.92%
G = 53.75%
B = 23.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#378138 (or 0x378138) is known color: Japanese Laurel. HEX triplet: 37, 81 and 38. RGB value is (55,129,56). Sum of RGB (Red+Green+Blue) = 55+129+56=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 129 (50.78% from 255 or 53.75% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 129 - color contains mainly: green. Hex color #378138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378138 is #C87EC7. Grayscale: #626262. Windows color (decimal): -13139656 or 3703095. OLE color: 3703095.

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

Color convert

RGB 55 129 56 -
CMYK 0.57 0 0.57 0.49
HSL 120.81º 0.4% 0.36% -
HSV(B) 120.81º 0.57% 0.51% -
XYZ 10.14 16.8 6.45 -
YUV 98.55 103.98 96.94 -
System Red Green Blue C M Y K H S L
Decimal 55 129 56 0.57 0 0.57 0.49 120.81 0.4 0.36
Hex 37 81 38 39 0 39 31 79 28 24
Octal 67 201 70 71 0 71 61 171 50 44
Binary 110111 10000001 111000 111001 0 111001 110001 1111001 101000 100100

Color Harmonies of #378138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378138

Black with #378138

Text Example


Text Example

White with #378138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378138; }

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

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

background-color css

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

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

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

border-color css

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

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

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