Html Css Color HEX #373F01 Turtle Green

📋 copy color: '#373F01'

red 55 ◦ green 63 ◦ blue 1

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

Shades of Turtle Green #373F01

Tints of Turtle Green #373F01

RGB

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

 GREEN value IS 63 (25% from 255) = 52.94%

 BLUE value IS 1 (0.78% from 255) = 0.84%

R = 46.22%
G = 52.94%
B = 0.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#373F01 (or 0x373F01) is known color: Turtle Green. HEX triplet: 37, 3F and 01. RGB value is (55,63,1). Sum of RGB (Red+Green+Blue) = 55+63+1=119 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.22% from 119); Green value is 63 (25% from 255 or 52.94% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 63 - color contains mainly: green. Hex color #373F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373F01 is #C8C0FE. Grayscale: #353535. Windows color (decimal): -13156607 or 81719. OLE color: 81719.

HSL color Cylindrical-coordinate representation of color #373F01: hue angle of 67.74º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #373F01 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 63 1 -
CMYK 0.13 0 0.98 0.75
HSL 67.74º 0.97% 0.13% -
HSV(B) 67.74º 0.98% 0.25% -
XYZ 3.36 4.37 0.7 -
YUV 53.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 55 63 1 0.13 0 0.98 0.75 67.74 0.97 0.13
Hex 37 3F 1 D 0 62 4B 44 61 D
Octal 67 77 1 15 0 142 113 104 141 15
Binary 110111 111111 1 1101 0 1100010 1001011 1000100 1100001 1101

Color Harmonies of #373F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373F01

Black with #373F01

Text Example


Text Example

White with #373F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373F01; }

 p { color: rgb(55,63,1); }

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

background-color css

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

 a { background-color: rgb(55,63,1); }

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

border-color css

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

 span { border-color: rgb(55,63,1); }

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