Html Css Color HEX #383702 Turtle Green

📋 copy color: '#383702'

red 56 ◦ green 55 ◦ blue 2

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

Shades of Turtle Green #383702

Tints of Turtle Green #383702

RGB

 RED value IS 56 (22.27% from 255) = 49.56%

 GREEN value IS 55 (21.88% from 255) = 48.67%

 BLUE value IS 2 (1.17% from 255) = 1.77%

R = 49.56%
G = 48.67%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#383702 (or 0x383702) is known color: Turtle Green. HEX triplet: 38, 37 and 02. RGB value is (56,55,2). Sum of RGB (Red+Green+Blue) = 56+55+2=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #383702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383702 is #C7C8FD. Grayscale: #313131. Windows color (decimal): -13093118 or 145208. OLE color: 145208.

HSL color Cylindrical-coordinate representation of color #383702: hue angle of 58.89º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #383702 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 55 2 -
CMYK 0 0.02 0.96 0.78
HSL 58.89º 0.93% 0.11% -
HSV(B) 58.89º 0.96% 0.22% -
XYZ 3.01 3.58 0.59 -
YUV 49.26 101.33 132.81 -
System Red Green Blue C M Y K H S L
Decimal 56 55 2 0 0.02 0.96 0.78 58.89 0.93 0.11
Hex 38 37 2 0 2 60 4E 3B 5D B
Octal 70 67 2 0 2 140 116 73 135 13
Binary 111000 110111 10 0 10 1100000 1001110 111011 1011101 1011

Color Harmonies of #383702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383702

Black with #383702

Text Example


Text Example

White with #383702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383702; }

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

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

background-color css

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

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

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

border-color css

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

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

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