Html Css Color HEX #378030 Japanese Laurel

📋 copy color: '#378030'

red 55 ◦ green 128 ◦ blue 48

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

Shades of Japanese Laurel #378030

Tints of Japanese Laurel #378030

RGB

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

 GREEN value IS 128 (50.39% from 255) = 55.41%

 BLUE value IS 48 (19.14% from 255) = 20.78%

R = 23.81%
G = 55.41%
B = 20.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#378030 (or 0x378030) is known color: Japanese Laurel. HEX triplet: 37, 80 and 30. RGB value is (55,128,48). Sum of RGB (Red+Green+Blue) = 55+128+48=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 128 (50.39% from 255 or 55.41% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 128 - color contains mainly: green. Hex color #378030 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #378030 is #C87FCF. Grayscale: #616161. Windows color (decimal): -13139920 or 3178551. OLE color: 3178551.

HSL color Cylindrical-coordinate representation of color #378030: hue angle of 114.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378030 is Cyan = 0.57, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 128 48 -
CMYK 0.57 0 0.62 0.50
HSL 114.75º 0.45% 0.35% -
HSV(B) 114.75º 0.63% 0.5% -
XYZ 9.83 16.46 5.46 -
YUV 97.05 100.32 98 -
System Red Green Blue C M Y K H S L
Decimal 55 128 48 0.57 0 0.62 0.50 114.75 0.45 0.35
Hex 37 80 30 39 0 3E 32 73 2D 23
Octal 67 200 60 71 0 76 62 163 55 43
Binary 110111 10000000 110000 111001 0 111110 110010 1110011 101101 100011

Color Harmonies of #378030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #378030

Black with #378030

Text Example


Text Example

White with #378030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #378030; }

 p { color: rgb(55,128,48); }

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

background-color css

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

 a { background-color: rgb(55,128,48); }

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

border-color css

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

 span { border-color: rgb(55,128,48); }

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