Html Css Color HEX #374103 Turtle Green

📋 copy color: '#374103'

red 55 ◦ green 65 ◦ blue 3

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

Shades of Turtle Green #374103

Tints of Turtle Green #374103

RGB

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

 GREEN value IS 65 (25.78% from 255) = 52.85%

 BLUE value IS 3 (1.56% from 255) = 2.44%

R = 44.72%
G = 52.85%
B = 2.44%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#374103 (or 0x374103) is known color: Turtle Green. HEX triplet: 37, 41 and 03. RGB value is (55,65,3). Sum of RGB (Red+Green+Blue) = 55+65+3=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #374103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374103 is #C8BEFC. Grayscale: #373737. Windows color (decimal): -13156093 or 213303. OLE color: 213303.

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

Color convert

RGB 55 65 3 -
CMYK 0.15 0 0.95 0.75
HSL 69.68º 0.91% 0.13% -
HSV(B) 69.68º 0.95% 0.25% -
XYZ 3.48 4.6 0.79 -
YUV 54.94 98.69 128.04 -
System Red Green Blue C M Y K H S L
Decimal 55 65 3 0.15 0 0.95 0.75 69.68 0.91 0.13
Hex 37 41 3 F 0 5F 4B 46 5B D
Octal 67 101 3 17 0 137 113 106 133 15
Binary 110111 1000001 11 1111 0 1011111 1001011 1000110 1011011 1101

Color Harmonies of #374103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374103

Black with #374103

Text Example


Text Example

White with #374103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374103; }

 p { color: rgb(55,65,3); }

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

background-color css

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

 a { background-color: rgb(55,65,3); }

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

border-color css

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

 span { border-color: rgb(55,65,3); }

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