Html Css Color HEX #398B3C Japanese Laurel

📋 copy color: '#398B3C'

red 57 ◦ green 139 ◦ blue 60

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

Shades of Japanese Laurel #398B3C

Tints of Japanese Laurel #398B3C

RGB

 RED value IS 57 (22.66% from 255) = 22.27%

 GREEN value IS 139 (54.69% from 255) = 54.3%

 BLUE value IS 60 (23.83% from 255) = 23.44%

R = 22.27%
G = 54.3%
B = 23.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#398B3C (or 0x398B3C) is known color: Japanese Laurel. HEX triplet: 39, 8B and 3C. RGB value is (57,139,60). Sum of RGB (Red+Green+Blue) = 57+139+60=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #398B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398B3C is #C674C3. Grayscale: #696969. Windows color (decimal): -13006020 or 3967801. OLE color: 3967801.

HSL color Cylindrical-coordinate representation of color #398B3C: hue angle of 122.2º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398B3C is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 57 139 60 -
CMYK 0.59 0 0.57 0.45
HSL 122.2º 0.42% 0.38% -
HSV(B) 122.2º 0.59% 0.55% -
XYZ 11.74 19.66 7.45 -
YUV 105.48 102.33 93.42 -
System Red Green Blue C M Y K H S L
Decimal 57 139 60 0.59 0 0.57 0.45 122.2 0.42 0.38
Hex 39 8B 3C 3B 0 39 2D 7A 2A 26
Octal 71 213 74 73 0 71 55 172 52 46
Binary 111001 10001011 111100 111011 0 111001 101101 1111010 101010 100110

Color Harmonies of #398B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398B3C

Black with #398B3C

Text Example


Text Example

White with #398B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398B3C; }

 p { color: rgb(57,139,60); }

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

background-color css

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

 a { background-color: rgb(57,139,60); }

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

border-color css

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

 span { border-color: rgb(57,139,60); }

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